From 4867e9529148f2ebe30b66ee57c69fe6d3274607 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Jun 2014 09:40:06 -0400 Subject: [PATCH] GtkSeparatorToolItem: Use G_PARAM_EXPLICIT_NOTIFY --- gtk/gtkseparatortoolitem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkseparatortoolitem.c b/gtk/gtkseparatortoolitem.c index b8ded83fb4..e92ed40382 100644 --- a/gtk/gtkseparatortoolitem.c +++ b/gtk/gtkseparatortoolitem.c @@ -144,7 +144,7 @@ gtk_separator_tool_item_class_init (GtkSeparatorToolItemClass *class) P_("Draw"), P_("Whether the separator is drawn, or just blank"), TRUE, - GTK_PARAM_READWRITE)); + GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY)); } static void -- 2.30.2